assertion checking造句
例句与造句
- For instance , the following syntax enables assertion checking for the
例如,下面的语法对 - Now , run the program with assertion checking enabled
现在,请带有启用断言检查运行该程序: - For instance , the following syntax will enable assertion checking for the
例如,下面的语法将对 - Option , to enable assertion checking
选项来启用断言检查。 - Because these assertions check for changes in the model , not the view
因为这些断言只是在模型中,而不是在视图中检查发生的更改。 - It's difficult to find assertion checking in a sentence. 用assertion checking造句挺难的
- Running the program with assertion checking enabled produces the following error report
带启用断言检查运行程序产生下面的错误报告: - Because assertion checking is disabled by default no assertion error is detected
由于在缺省情况下禁用了断言检查,因此不会检测到任何断言错误。 - The following simple example walks you through the necessary steps to add assertion checking to your program
下面的简单示例向您介绍了向程序中添加断言检查的一些必要步骤。 - Assertion checking is disabled by default , so you ll also have to explicitly enable this facility at run time
缺省情况下,会禁用断言检查,因此在运行时您也要显式地启用这一功能。 - Assertion checking is like exception handling , but no exception is thrown when an assertion fails . instead , an
断言检查就象异常处理,但是当断言失败时,却不会抛出异常,而会抛出一个 - In addition to enabling assertion checking from the command line , you can also programmatically enable or disable checking
除了从命令行启用断言检查之外,您也可以通过编程启用(或禁用)检查。 - If you want to enable assertion checking for a whole set of packages but not for a class or package tree , that s where the
如果希望对包的整个集合启用断言检查,而不是某个类或包(树)启用断言检查,则 - In all but the most performance - critical sections of a program , the overhead of assertion checking will not be significant
除对性能影响至关重要的部分之外,在程序的其它所有部分,断言检查的系统开销都不会很大。 - John zukowski walks you through the basics of adding assertion checking to your code as well as enabling and disabling assertions , both from the command line and programmatically
中, john zukowski带您去了解通过命令行和编程的方法来向代码添加断言检查以及如何启用和禁用断言的一些基本知识。